C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface
The result of the action.
The type of the progress data.
Members

IAsyncOperationWithProgress<TResult,TProgress> Interface
Represents an asynchronous operation that includes progress updates.
Object Model
IAsyncOperationWithProgress<TResult,TProgress> Interface
Syntax
'Declaration
 
Public Interface IAsyncOperationWithProgress
    (Of TResult,TProgress) 
   Inherits IAsyncInfo 
 
Type Parameters
TResult
The result of the action.
TProgress
The type of the progress data.
See Also